home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / ImapTest.dxr / 00009_Status Script.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  299 b   |  15 lines

  1. on mouseDown
  2.   global IMapTest
  3.   puppetSound("click")
  4.   swapCast(29, "StatusDown")
  5.   DisplayScore(IMapTest)
  6.   set the visible of sprite 34 to 1
  7.   updateStage()
  8.   repeat while the mouseDown
  9.     nothing()
  10.   end repeat
  11.   swapCast(29, "statusUp")
  12.   set the visible of sprite 34 to 0
  13.   updateStage()
  14. end
  15.